﻿
#menuContainer
{
	float: left;
	height: 100%;
	width: 200px;
	vertical-align: top;
	text-align: left; 
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
#menuCollapse
{
	float: left;
	position: relative;
	width: 12px;
}
 
.menuModule
{
	border-bottom: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	text-align: left;
}
.menuModuleTitle
{
	background-image: url(images/menu/Leftmenu_bg.GIF);
	background-repeat: repeat-x;
	height: 23px;
	cursor: pointer;
}

.menuModuleTitle SPAN
{
	line-height: 23px;
	float: left;
	margin-left: 10px;
	text-align: left;
	width: 160px;
	color: White;
	font-weight: bold;
	vertical-align: top;
}
.menuModuleTitle input
{
	float: right;
	margin-right: 7px;
}
.menuModuleChildren
{
	background-color: #ffffff;
}
.menuItem
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	height: 22px;
 }
.menuItem DIV
{
	float: left;
	margin-top: 3px;
}
.menuItem A
{
	color: #004d9f;
	text-decoration: none;
	margin-left: 5px;
	vertical-align: top;
}
.menuItem IMG
{
	margin-top: 3px;
	float: left;
}